home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games of Daze
/
Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso
/
x2ftp
/
msdos
/
mxcode
/
soundx
/
mydef.h
< prev
next >
Wrap
C/C++ Source or Header
|
1993-06-07
|
174b
|
12 lines
#ifndef __MYDEF__
#define __MYDEF__
typedef unsigned char BYTE;
typedef unsigned int WORD;
typedef unsigned long DWORD;
static const TRUE= -1,FALSE=0;
#endif